home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global md1
- if the movieTime of sprite 6 > md1 then
- set the movieRate of sprite 6 to -1
- end if
- if the movieTime of sprite 6 < 1 then
- set the movieRate of sprite 6 to 1
- end if
- go(marker(0) + 1)
- NaviSpecial()
- chksnd()
- end
-